*{
	font-family: sans-serif,arial,verdana;
}

h1{
	font-size: 2em !important;
	font-family:sans-serif;
	text-transform: uppercase;
	
}
h1::after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 20%;
	border-bottom: 3px solid #e91e63;
}
span{
	color: #00ba66;
}
.content{
	position: relative;
	width: 100%;
	height:auto;
	overflow:hidden;
}
.content h1{
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 10px 0px;
	font-weight: 600;
	font-family:inherit;
	color:#333;
}
.content p{
	font-size: 20px;
	text-align: justify;
	font-family: serif;
	padding-top: 50px;
}
.content .img{
	width: 500px;
	position: relative;
	top: 0;
	left: 30%;
	right: 0;
	margin: auto;
	
}
@media screen and (min-width: 1200px){
	.content{
	position: relative;
	width: 100%;
	background: rgba(255,255,255,1);
	padding: 20px 20px;

}
}

.rccnt{
    overflow:hidden;
    margin-top:20px;
    margin-bottom:20px;
}
.rccnt .btncnt{
    font-family:inherit;
    font-size:12pt;
    font-weight:600;
    color:#222;
    text-align:center;
    border:1px solid #ccc;
    border-radius:3px;
	box-shadow: 0 0 5px 0px #666;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	margin-top:25px;
}
.rccnt .btncnt div{
    width:100%;
    height:100%;
    overflow:hidden;
    padding:0px 20px 30px 20px;
    background-color:#fafafa;
}
.rccnt .btncnt .btnico{
    overflow:hidden;
    text-align:center;
    padding-top:30px;
    padding-bottom:0px;
}
.rccnt .btncnt .btnico img{
    width:70px;
    height:70px;
    margin-bottom:10px;
    border:1px solid #aaa;
    border-radius:2px;
    padding:3px 3px 3px 3px;
    background-color:#fff;
}
.rccnt .btncnt:hover > div{
    background:rgba(0,0,0,0.5);
	color: #fff;
	transition:all 0.3s linear;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
}
.rccnt .btncnt.b1 {
	background: url('image/study-plan.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rccnt .btncnt.b2 {
	background: url('image/parents.jpeg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rccnt .btncnt.b3 {
	background: url('image/test.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rccnt .btncnt.b4 {
	background: url('image/graph.jpeg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.rccnt .btncnt.b5 {
	background: url('image/enq.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
